/*百素(1099116749@qq.com)*/

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.kongs {
	width: auto;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
}

html,
body {}

.w66 {}

.w88 {
	width: 88%;
}

.w1200 {
	width: 1200px;
}


/*header*/

header {
	width: 100%;
	position: relative;
}

.header-w {
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.header {
	width: 66%;
	max-width: 1440px;
	height: 80px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.header .logo {
	height: 30px;
	margin-top: 25px;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header .nav {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header .nav p {
	margin-left: 25px;
	position: relative;
	transition: 0.3s all;
}

.header .nav p:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s all;
}

.header .nav p>a {
	display: block;
	color: white;
	line-height: 80px;
	padding: 0px 25px;
	transition: 0.3s all;
	font-size: 15px;
}

.header .nav p:hover:after,
.header .nav p.hover:after {
	width: 100%;
	background-color: #E97017;
	transition: 0.3s all;
}

.header .nav p a:hover,
.header .nav p.hover>a {
	color: #E97017;
	transition: 0.3s all;
}

.header .nav p span {
	display: none;
	padding: 10px 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	transition: 0.3s all;
}

.header .nav p span a {
	display: block;
	width: 100%;
	color: white;
	line-height: 34px;
	text-align: center;
}

.header .nav p span a:hover {
	background-color: #E97017;
	color: white;
}

.header .nav p:hover span {
	display: block;
	transition: 0.3s all;
}

.header .nav span.navLine {
	display: block;
	height: 3px;
	background-color: #E97017;
	position: absolute;
	bottom: 0;
	transition: 0.3s all;
}

.header .nav p.lans>a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .nav p.lans>a i{
	display: block;
	margin-right: 6px;
}
.header .nav p.lans:hover>a{
	background-color: #E97017;
	color: #ffffff;
}


.header-w .nav-r {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: 0;
}

.header-w .nav-r a.lan {
	color: #FF4D01;
	margin-top: 20px;
	line-height: 40px;
	height: 40px;
	display: block;
	padding: 0px 15px;
	transition: 0.3s all;
}

.header-w .nav-r a.lan:hover {
	background-color: #FF4D01;
	color: white;
	border-radius: 4px;
	transition: 0.3s all;
}

.header-w .nav-r a.contact {
	display: block;
	height: 100%;
	width: 270px;
	background-image: url(../images/nav-bj.png);
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
}

.index-banner {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.index-banner .swiper-ibanner {
	width: 100%;
	height: 100%;
}

.index-banner img {
	display: block;
	width: 100%;
}

.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}


/*footer S*/

footer {
	width: 100%;
	background-color: #1C1C1C;
}

.footer-zixun-w {
	width: 100%;
	background-color: #E97017;
}

.footer-zixun {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer-zixun p.t1 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 60px;
}

.footer-zixun .t2 {
	display: flex;
	justify-content: center;
	border: 2px solid white;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	color: white;
	font-size: 14px;
	padding: 0px 30px;
	transition: 0.3s all;
	font-weight: bold;
}

.footer-zixun .t2 i {
	display: block;
	color: white;
	font-size: 18px;
	margin-right: 10px;
	transition: 0.3s all;
}

.footer-zixun .t2:hover {
	color: #E97017;
	background-color: white;
	transition: 0.3s all;
}

.footer-zixun .t2:hover i {
	color: #E97017;
	transition: 0.3s all;
}

.footer {
	width: 1200px;
	margin: 70px auto 30px;
	display: flex;
	justify-content: space-between;
}

.footer p.tit {
	color: white;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 15px;
}

.footer .one p.t1 {
	display: flex;
	justify-content: flex-start;
	color: white;
	font-size: 15px;
	line-height: 35px;
	margin-bottom: 10px;
}

.footer .one p.t1 i {
	font-size: 20px;
	display: block;
	margin-right: 10px;
}

.footer .one p.t2 {
	width: 220px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .one p.t2 a {
	width: 49%;
	display: block;
	color: white;
	position: relative;
	font-size: 15px;
	padding-left: 12px;
	line-height: 35px;
	margin-bottom: 10px;
}

.footer .one p.t2 a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: white;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s all;
}

.footer .one p.t2 a:hover {
	color: #E97017;
	transition: 0.3s all;
}

.footer .one p.t2 a:hover:before {
	background-color: #E97017;
	transition: 0.3s all;
}

.footer .two {
	width: 220px;
}

.footer .two p.t3 {
	height: 32px;
	display: block;
	margin-bottom: 20px;
}

.footer .two p.t3 img {
	display: block;
	height: 100%;
	margin: auto;
}

.footer .two .t4 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer .two .t4 p {
	display: block;
	width: 48%;
	color: white;
	text-align: center;
	font-size: 12px;
}

.footer .two .t4 p img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.footer-shejiao {
	width: 1200px;
	margin: 0px auto 35px;
	display: flex;
	justify-content: flex-end;
}

.footer-shejiao a {
	display: block;
	width: 42px;
	height: 42px;
	border: 2px solid white;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	color: white;
	margin-left: 45px;
}

.footer-shejiao a i {
	display: block;
	font-size: 28px;
	line-height: 40px;
}

.footer-shejiao a:hover {
	background-color: white;
	color: #E97017;
	transition: 0.3s all;
}
.footer-link{
    width: 1200px;
    margin: 70px auto 30px;
    
}
.footer-link ul,li{
    color: #1C1C1C;
}
.footer-copy {
	text-align: center;
	color: white;
	font-size: 13px;
	width: 100%;
	border-top: 1px solid white;
	padding: 30px 0px;
}
.footer-copy p.beian{
        display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto;
}
.footer-copy a {
	margin: 0px 8px;
	transition: 0.3s all;
}

.footer-copy a:hover {
	color: #E97017;
	transition: 0.3s all;
}
.footer-copy a.gongan{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-copy a.gongan img{
    display: block;
    width: 16px;
    margin-right: 5px;
}


/*首页*/

.index-title {
	margin: auto;
	background-image: url(../images/title-hr.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 80px;
	padding-left: 70px;
}

.index-title p.t1 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 4px;
	padding-top: 6px;
	margin-bottom: 5px;
}

.index-title p.t2 {
	color: #5B5B5B;
	font-size: 14px;
}

.index-about-w {
	width: 100%;
	max-width: 1920px;
	margin: 130px auto 0px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.index-about-w img {
	display: block;
	width: 50%;
}

.index-about {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.index-about .list {
	width: 380px;
	height: 200px;
	padding: 35px;
	transition: 0.3s all;
	background-repeat: no-repeat;
	background-position: center right;
	background-color: white;
	background-size: 100%;
	box-shadow: 0px 0px 15px rgba(94, 97, 104, 0.5);
}

.index-about .list:nth-child(1) {
	background-image: url(../images/about-about.png);
}

.index-about .list:nth-child(2) {
	background-image: url(../images/about-video.png);
}

.index-about .list:nth-child(3) {
	background-image: url(../images/about-news.png);
}

.index-about .list p.t1 {
	font-weight: 400;
	line-height: 24px;
	color: #5B5B5B;
	margin-bottom: 15px;
}

.index-about .list p.t2 {
	font-weight: 500;
	line-height: 48px;
	color: #1C1C1C;
	font-size: 24px;
	margin-bottom: 40px;
}

.index-about .list p.t3 {
	width: 60px;
	height: 9px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/jiantou.png);
}

.index-about .list:hover {
	transform: translateY(-10px);
	transition: 0.3s all;
}

.index-main01 {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.index-main01:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #F5F7FA;
	background: linear-gradient( 295deg, #F5F7FA 10.5%, transparent 0);
}

.index-main01 .pic {
	width: 50%;
}

.index-main01 .pic img {
	display: block;
	width: 100%;
}

.index-main01 .text-w {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.index-main01 .text {
	width: 45%;
	padding: 25px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 50px;
}

.index-main01 .text p.t1 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 50px;
}

.index-main01 .text p.t2 {
	color: #1C1C1C;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 80px;
}

.index-main01 .text a.more {
	display: block;
	width: 140px;
	font-size: 16px;
	background-image: url(../images/icon-jiantou.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 45%;
	color: #1C1C1C;
	font-weight: bold;
	transition: 0.3s all;
}

.index-main01 .text a.more:hover {
	color: #E97017;
	transition: 0.3s all;
	background-image: url(../images/icon-jiantou01.png);
}

.index-prolist-w {
	width: 100%;
	background-color: #F5F7FA;
	padding: 80px 0px;
}

.index-prolist {
	width: 1200px;
	margin: 60px auto 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-prolist .list {
	width: 32%;
	margin-bottom: 45px;
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 15px;
	transition: 0.3s all;
	position: relative;
}

.index-prolist .list p.t1 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.index-prolist .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.index-prolist .list .t2 {
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}

.index-prolist .list .t2 h3 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 20px;
}

.index-prolist .list .t2 .more {
	display: block;
	width: 140px;
	font-size: 16px;
	background-image: url(../images/icon-jiantou.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 45%;
	color: #1C1C1C;
	font-weight: bold;
	transition: 0.3s all;
}

.index-prolist .list:hover .more {
	color: #E97017;
	transition: 0.3s all;
	background-image: url(../images/icon-jiantou01.png);
}

.index-prolist .list:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: #E97017;
	transition: 0.3s all;
	position: absolute;
	bottom: -1px;
}

.index-prolist .list:hover:after {
	width: 100%;
	transition: 0.3s all;
}

.index-prolist .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.index-solutions-w {
	width: 100%;
	padding: 80px 0px;
	margin-bottom: 100px;
	background-image: url(../images/index-solutions-bj.png);
	background-repeat: no-repeat;
	background-position: center
}

.index-solutions {
	width: 100%;
	margin: 60px auto;
	overflow: hidden;
	position: relative;
}

.index-solutions img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.index-solutions .list {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: 0.3s all;
}

.index-solutions .list .text {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 3% 4%;
	position: absolute;
	bottom: 0;
	transition: 0.3s all;
}

.index-solutions .list .text p.t1 {
	color: white;
	display: flex;
	justify-content: flex-start;
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 6px;
	font-size: 15px;
}

.index-solutions .list .text p.t1 i {
	display: block;
	margin-right: 6px;
	font-size: 15px;
}

.index-solutions .list .text p.t2 {
	color: white;
	font-weight: bold;
}

.index-solutions .list .text p.t3 {
	position: absolute;
	right: 4%;
	top: 0;
	bottom: 0;
	margin: auto;
	color: white;
	font-weight: bold;
	font-size: 26px;
	display: block;
	padding-top: 4%;
}

.index-solutions .list .text p.t3 span {
	font-size: 14px;
	margin-left: 5px;
}

.index-solutions .lr {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.index-solutions .swiper-solutions-next,
.index-solutions .swiper-solutions-prev {
	width: 50px;
	height: 50px;
	background-size: 100%;
	z-index: 99999;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-solutions .swiper-solutions-next {
	background-image: url(../images/solutions-next.png);
	left: 0;
}

.index-solutions .swiper-solutions-prev {
	background-image: url(../images/solutions-prev.png);
	right: 0;
}

.index-solutions .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.index-solutions .list:hover .text {
	bottom: -100%;
	transition: 0.3s all;
}

.index-solutions-more {
	width: 100%;
}

.index-solutions-more .more {
	display: block;
	width: 140px;
	margin: 20px auto;
	font-size: 16px;
	background-image: url(../images/icon-jiantou.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 45%;
	color: #1C1C1C;
	font-weight: bold;
	transition: 0.3s all;
}

.index-solutions-more .more:hover {
	color: #E97017;
	transition: 0.3s all;
	background-image: url(../images/icon-jiantou01.png);
}

.index-news {
	width: 1200px;
	margin: 60px auto;
}

.index-news .list {
	display: flex;
	justify-content: flex-start;
	background-image: url(../images/icon-jiantou.png);
	background-repeat: no-repeat;
	background-position: center right;
	border-bottom: 1px solid #A5A5A5;
	position: relative;
	transition: 0.3s all;
	margin-bottom: 35px;
}

.index-news .list:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: #E97017;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: 0.3s all;
}

.index-news .list .pic {
	width: 300px;
	height: 150px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index-news .list .pic span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(5px);
	z-index: -1;
	background-size: 100%;
	overflow: hidden;
	display: block;
}

.index-news .list .pic img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.index-news .list .time {
	width: 160px;
	color: #A5A5A5;
	text-align: center;
	font-size: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index-news .list .title {
	width: 740px;
}

.index-news .list .title a {
	color: #1C1C1C;
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index-news .list:hover {
	background-image: url(../images/icon-jiantou01.png);
	transition: 0.3s all;
}

.index-news .list:hover:after {
	width: 100%;
	transition: 0.3s all;
}

.index-news .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.index-news .list:hover a {
	color: #E97017;
}


/*关于我们页面 S*/

.about-main01-w {
	background-image: url(../images/about-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.about-main01 {
	margin: 0px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 60px;
	position: relative;
	z-index: 99;
}

.about-main01 .list {
	text-align: center;
}

.about-main01 .list p.t1 {
	display: flex;
	justify-content: center;
	color: #1C1C1C;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 50px;
}

.about-main01 .list p.t1 span {
	display: block;
	font-size: 40px;
	margin-right: 5px;
}

.about-main01 .list p.t2 {
	color: #1C1C1C;
	font-size: 14px;
}

.about-main02-w {
	width: 100%;
	margin: 80px auto 10px;
	max-width: 1920px;
	position: relative;
}

.about-main02 {
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main02 .one {
	width: 48%;
	margin-bottom: 100px;
}

.about-main02 .one h1 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 70px;
}

.about-main02 .one p.desc {
	color: #848484;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 80px;
}

.about-main02 .one p.t1 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}

.about-main02 .one p.t1:before {
	content: "";
	display: block;
	width: 16px;
	height: 4px;
	background-color: #FF4D01;
	position: absolute;
	left: 0;
	top: -12px;
}

.about-main02 .one p.t2 {
	color: #848484;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.about-main02 .two {
	width: 48%;
}

.about-main02 .two .pic {
	width: 49%;
	position: absolute;
	right: 0;
	top: 0;
}

.about-main02 .two .pic img {
	display: block;
	width: 100%;
}

.about-main03-w {
	width: 100%;
	padding: 35px 0px;
	max-width: 1920px;
	margin: auto;
	background: #F5F7FA;
	background: linear-gradient(295deg, #F5F7FA 70%, transparent 0);
	position: relative;
}

.about-main03-w .left {
	width: 55%;
}

.about-main03-w .left img {
	display: block;
	width: 100%;
}

.about-main03 {
	width: 1200px;
	margin: 35px auto;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.about-tit {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 68px;
	line-height: 0.9;
	text-align: right;
	position: relative;
}

.about-tit p {
	color: black;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	bottom: 6px;
	right: 0;
}

.about-tit p span {
	color: #5B5B5B;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 20px;
}

.about-tit p:after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	background-color: #E97017;
	position: absolute;
	top: -30px;
	right: 0;
}

.about-main03 .right-r {
	width: 45%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.about-main03 .desc {
	color: #848484;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 30px;
}

.about-main04 {
	width: 1200px;
	margin: 150px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main04 .list {
	width: 18%;
	padding-bottom: 85px;
}

.about-main04 .list p.t1 {
	display: flex;
	justify-content: space-between;
	line-height: 60px;
	color: #1C1C1C;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.about-main04 .list p.t1 img {
	display: block;
	height: 60px;
}

.about-main04 .list p.t2 {
	color: #848484;
	text-align: right;
	padding-left: 10px;
}

.about-main04 .list p.t3 a {
	display: block;
	width: 100px;
	line-height: 30px;
	background: linear-gradient(180deg, #EF8050 0%, #F5B07D 100%);
	border-radius: 25px;
	color: white;
	text-align: center;
	float: right;
	transition: 0.3s all;
}

.about-main04 .list p.t3 a:hover {
	box-shadow: 0px 0px 6px #666;
	transition: 0.3s all;
}

.about-main04 .hr {
	width: 19%;
	height: 100px;
	text-align: center;
}

.about-main04 .hr p {
	width: 2px;
	display: block;
	margin: auto;
	height: 100%;
	transform: rotate(25deg);
	background-color: #E5EFFF;
}

.about-main05 {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	padding: 40px 0px;
	display: flex;
	justify-content: flex-end;
	background: #F5F7FA;
	background: linear-gradient( 294.5deg, transparent 10%, #F5F7FA 0);
	position: relative;
}

.about-main05 .left {
	width: 1200px;
	padding-top: 80px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.about-main05 .left .about-tit {
	text-align: left;
}

.about-main05 .left .about-tit p {
	right: auto;
	left: 0;
}

.about-main05 .right {
	width: 60%;
	padding-right: 1.7%;
}

.about-main05 img {
	display: block;
	width: 100%;
}

.about-main06 {
	width: 1200px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main06 .left,
.about-main06 .right {
	width: 47%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 45px;
}

.about-main06 .center {
	width: 100%;
}

.about-main06 .list {
	width: 100%;
	margin-bottom: 70px;
}

.about-main06 .list p.t1 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}

.about-main06 .list p.t1:before {
	content: "";
	display: block;
	width: 16px;
	height: 4px;
	background-color: #FF4D01;
	position: absolute;
	left: 0;
	top: -12px;
}

.about-main06 .list p.t2 {
	color: #848484;
	font-size: 15px;
	line-height: 1.6;
}

.solutions-typelist {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.solutions-typelist .list {
	width: 130px;
	text-align: center;
	color: #A5A5A5;
	padding: 20px 0px;
	border-bottom: 2px solid #A5A5A5;
	position: relative;
	transition: 0.3s all;
}

.solutions-typelist .list:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #A5A5A5;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -10px;
	transition: 0.3s all;
}

.solutions-typelist .list p.t1 {
	width: 60px;
	height: 55px;
	display: block;
	margin: auto;
	background-image: url(../images/icon/icon-all.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 16px;
}

.solutions-typelist .list p.t2 {
	font-weight: bold;
}

.solutions-typelist .list:hover,
.solutions-typelist .list.hover {
	background-color: #1C1C1C;
	border-bottom: 2px solid #1C1C1C;
	color: white;
	transition: 0.3s all;
}

.solutions-typelist .list:hover:after,
.solutions-typelist .list.hover:after {
	border-top: 8px solid #1C1C1C;
	transition: 0.3s all;
}

.solutions-typelist .list:hover p.t1,
.solutions-typelist .list.hover p.t1 {
	background-image: url(../images/icon/icon-allh.png);
}

.solutions-main {
	width: 1200px;
	margin: 80px auto 30px;
	position: relative;
}

.solutions-main img {
	display: block;
	width: 100%;
}

.solutions-main .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solutions-main .text p.t1 {
	color: white;
	font-weight: bold;
	font-size: 32px;
	position: relative;
}

.solutions-main .text p.t1:before {
	content: "";
	display: block;
	width: 24px;
	height: 4px;
	background-color: #FF4D01;
	position: absolute;
	left: 0;
	top: -22px;
}

.solutions-desc {
	width: 1200px;
	margin: 0px auto 120px;
	font-size: 15px;
	color: #848484;
	line-height: 1.8;
}

.listpage-title {
	width: 1200px;
	margin: 0px auto 60px;
}

.listpage-title.show {
	margin: 160px auto 35px;
}

.listpage-title.show01 {
	margin: 40px auto 35px;
}

.listpage-title p.t1 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 30px;
	position: relative;
}

.listpage-title p.t1:before {
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	background-color: #FF4D01;
	position: absolute;
	left: 0;
	top: -22px;
}

.solutions-list {
	width: 1200px;
	margin: 0px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solutions-list .list {
	width: 590px;
	position: relative;
	margin-bottom: 20px;
	transition: 0.3s all;
	overflow: hidden;
}

.solutions-list .list p.t1 {
	width: 100%;
	display: block;
}

.solutions-list .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.solutions-list .list .text {
	width: 100%;
	background: rgba(28, 28, 28, .7);
	background: linear-gradient( 290deg, rgba(28, 28, 28, .7) 550px, transparent 0);
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	padding: 18px 0px 18px 80px;
	transition: 0.3s all;
}

.solutions-list .list .text:after {
	content: "";
	width: 10px;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	display: block;
	background: #FF4D01;
	transform: skewX(340deg);
}

.solutions-list .list .text p.t1 {
	color: white;
	display: flex;
	justify-content: flex-start;
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 6px;
	font-size: 15px;
}

.solutions-list .list .text p.t2 {
	color: white;
	font-weight: bold;
}

.solutions-list .list .text p.t3 {
	position: absolute;
	right: 10%;
	top: 0;
	bottom: 0;
	margin: auto;
	color: white;
	font-weight: bold;
	font-size: 26px;
	display: block;
	padding-top: 4%;
}

.solutions-list.show .list {
	width: 24%;
}

.solutions-list.show .list .text {
	padding: 10px 18px;
	position: relative;
}

.solutions-list.show .list .text:after {
	width: 5px;
	left: 0;
	transform: none;
}

.solutions-list.show .list .text p.t3 {
	right: 10px;
}

.solutions-list.show .list p.t1 {
	overflow: hidden;
}

.solutions-list .list:hover .text {
	right: -100%;
	transition: 0.3s all;
}

.solutions-list.show .list:hover .text {
	right: 0%;
	transition: 0.3s all;
}

.solutions-list .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.product-list {
	width: 1200px;
	margin: 0px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-list .list {
	width: 580px;
	margin-bottom: 45px;
	position: relative;
	transition: 0.3s all;
}

.product-list .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.product-list .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.product-list .list p.t2 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 22px;
	padding-left: 40px;
	position: relative;
	z-index: 99;
	transition: 0.3s all;
}

.product-list .list:after {
	content: "";
	display: block;
	width: 8px;
	height: 80px;
	background: #FF4D01;
	transform: skewX(340deg);
	transform-origin: 100% 100% 0;
	margin: auto;
	position: absolute;
	bottom: 0;
	transition: 0.3s all;
}

.product-list.show {
	margin: 0px auto;
}

.product-list.show .list {
	width: 24%;
}

.product-list.show .list:after {
	width: 5px;
	height: 40px;
}

.product-list.show .list p.t1 {
	margin-bottom: 10px;
}

.product-list.show .list p.t2 {
	font-size: 15px;
}

.product-list .list:hover:after {
	transform: skewX(360deg);
	width: 100% !important;
	transition: 0.3s all;
}

.product-list .list:hover p.t2 {
	color: white;
	transform: translateY(-25px);
	transition: 0.3s all;
}

.product-list.show .list:hover p.t2 {
	color: white;
	transform: translateY(-10px);
	transition: 0.3s all;
}

.product-list .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}


/**/

.breadcrumb {
	width: 1200px;
	margin: auto;
	color: #848484;
	line-height: 100px;
}

.show-title {
	width: 1200px;
	margin: 45px auto;
}

.show-title h1,
.show-title p.tt {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 30px;
	position: relative;
}

.show-title h1:after,
.show-title p.tt:after {
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	background-color: #FF4D01;
	position: absolute;
	left: 0;
	top: -22px;
}

.show-title .showtimes {
	color: #848484;
	margin-top: 15px;
}

.show-main {
	width: 1200px;
	margin: 0px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 120px;
}
.con-main{
	width: 1200px;
	margin: 30px auto;
}

.show-main .pic {
	width: 48%;
}

.show-main .pic img {
	display: block;
	width: 100%;
}

.show-main .text {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.show-main .text .list p.t1 {
	color: #A5A5A5;
	padding-left: 15px;
	margin-bottom: 12px;
	font-size: 13px;
	position: relative;
}

.show-main .text .list p.t1:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #E97017;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.show-main .text .list p.t2 {
	padding-left: 15px;
	color: #1C1C1C;
	font-size: 18px;
}

.show-main .right {
	width: 48%;
}

.show-main .right p.tit {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 22px;
	padding-left: 10px;
	border-left: 6px solid #FF4D01;
	margin-bottom: 25px;
}

.show-main .right .t2 {
	color: #848484;
	line-height: 1.6;
	font-size: 15px;
}

.show-main .right .t2 p {
	font-size: 15px;
	margin-bottom: 8px;
	text-indent: 2em;
}

.show-main .right .t2 h4 {
	font-weight: bold;
	border-left: 6px solid #FF4D01;
	padding-left: 5px;
	line-height: 1.2;
	margin: 10px 0px;
}

.show-main .right .t2 ul li {
	list-style-type: disc;
	font-size: 14px;
}

.show-main .right .t2 ul {
	padding-left: 15px;
}

.show-main .right .t2 ul li p {
	margin-bottom: 0px;
	font-size: 14px;
}

.show-updown {
	width: 1200px;
	margin: 0px auto 60px;
	display: flex;
	justify-content: space-between;
}

.show-updown a {
	font-size: 16px;
	line-height: 36px;
	display: flex;
	justify-content: flex-start;
}

.show-updown a i {
	display: block;
	line-height: 36px;
	margin-right: 12px;
}

.show-updown a:last-child {
	justify-content: flex-end;
}

.show-updown a:last-child i {
	margin-right: 0;
	margin-left: 12px;
}

.show-updown a:hover {
	color: #E97017;
}

.message-w {
	width: 1200px;
	margin: 25px auto 80px;
}

.message-w p.t1 {
	text-align: center;
	color: #E97017;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 16px;
}

.message-w p.t2 {
	text-align: center;
	color: #848484;
	width: 700px;
	margin: auto;
	display: block;
	line-height: 1.7;
}

.message {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message .list {
	width: 32%;
}

.message .list input {
	width: 100%;
	border: 1px solid #E97017;
	border-radius: 5px;
	height: 46px;
	padding: 0px 15px;
}

.message .list-t {
	width: 100%;
	margin-top: 30px;
}

.message .list-t textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #E97017;
	border-radius: 5px;
	padding: 15px;
}

.message .list-b {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.message .list-b .captcha {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.message .list-b .captcha input {
	width: 100%;
	border: 1px solid #E97017;
	border-radius: 5px;
	height: 38px;
	padding: 0px 15px;
}

.message .list-b .captcha img {
	display: block;
	height: 38px;
}

.message .list-b button {
	width: 400px;
	border-radius: 10px;
	background-color: #E97017;
	color: white;
	height: 46px;
	display: flex;
	justify-content: center;
	border: none;
	line-height: 46px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s all;
}

.message .list-b button i {
	display: block;
	margin-left: 15px;
	font-size: 22px;
}

.message .list-b button:hover {
	box-shadow: 0px 0px 10px #666;
	transition: 0.3s all;
}

.news-typelist {
	width: 1200px;
	margin: 65px auto 40px;
	display: flex;
	justify-content: flex-start;
}

.news-typelist p {
	width: 110px;
	display: block;
}

.news-typelist p a {
	width: 100%;
	display: block;
	color: #A5A5A5;
	font-size: 15px;
	padding: 15px 0px;
	text-align: center;
	border-top: 1px solid #D6D6D6;
}

.news-typelist p a:hover,
.news-typelist p.hover a {
	border-top: 3px solid #E97017;
	font-weight: bold;
	color: #1C1C1C;
	margin-top: -1px;
}

.news-list {
	width: 1200px;
	margin: 0px auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list .list {
	width: 380px;
	margin-bottom: 50px;
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 15px;
	position: relative;
	transition: 0.3s all;
}

.news-list .list:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: #E97017;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.news-list .list p.t1 {
	width: 100%;
	height: 240px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 12px;
	position: relative;
	background-size: 100%;
}

.news-list .list p.t1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(5px);
	z-index: -1;
	background-size: 100%;
	overflow: hidden;
}

.news-list .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.news-list .list .t2 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.6;
	letter-spacing: 3px;
}

.news-list .list .t3 {
	display: flex;
	justify-content: space-between;
}

.news-list .list .t3 span {
	display: block;
	color: #A5A5A5;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px;
}

.news-list .list .t3 span.type {
	position: relative;
}

.news-list .list .t3 span.type:after {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background-color: #848484;
	transform: skewX(340deg);
	transform-origin: 100% 100% 0;
	position: absolute;
	left: -18px;
	top: 0;
	bottom: 0;
}

.news-list .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.news-list .list:hover:after {
	width: 100%;
	transition: 0.3s all;
}

.news-list .list:hover span.time {
	color: #1C1C1C;
	transition: 0.3s all;
}

.news-list .list:hover span.type {
	color: #E97017;
}

.news-list .list:hover span.type:after {
	background-color: #E97017;
}

article.news {
	width: 1200px;
	margin: 0px auto 60px;
	color: #848484;
	line-height: 1.8;
}

article.news p {
	margin-bottom: 15px;
}

article.news img {
	display: block;
	margin: 12px 0;
	max-width: 100%;
}

article.news h3 {
	border-left: 5px solid #E97017;
	font-weight: bold;
	line-height: 45px;
	font-size: 18px;
	padding-left: 10px;
	background-color: #f2f2f2;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

article.news video {
	width: 1200px !important;
	margin: 12px auto !important;
	height: auto !important;
}

.show-main-video {
	width: 1200px;
	margin: -35px auto 40px;
}

.video-box-w {
	width: 1200px;
	margin: 0px auto 60px;
}
.video-box{
	width: 100%;
	height: 675px;
}
.video-box-w .video-title {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 24px;
	border-left: 5px solid #E97017;
	padding-left: 12px;
	margin-top: 20px;
}

.video-typelist {
	width: 1200px;
	margin: 0px auto 35px;
	display: flex;
	justify-content: flex-start;
}

.video-typelist a {
	display: block;
	width: 120px;
	line-height: 36px;
	color: #A5A5A5;
	border: 1px solid #A5A5A5;
	border-radius: 10px;
	margin-right: 20px;
	text-align: center;
	transition: 0.3s all;
}

.video-typelist a.hover,
.video-typelist a:hover {
	color: white;
	background-color: #E97017;
	border: 1px solid #E97017;
	transition: 0.3s all;
}

.video-list {
	width: 1200px;
	margin: 0px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video-list .list {
	width: 280px;
	color: #1C1C1C;
	font-weight: bold;
	margin-bottom: 25px;
	overflow: hidden;
	transition: 0.3s all;
}

.video-list .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}

.video-list .list img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.video-list .list:hover {
	color: #E97017;
	transition: 0.3s all;
}

.video-list .list:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

.contact-list {
	width: 1200px;
	margin: 0px auto 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 2px solid #848484;
}

.contact-list .list {
	width: 32%;
}

.contact-list .list p.t1 {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}

.contact-list .list p.t2 {
	display: flex;
	justify-content: flex-start;
	color: #5B5B5B;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 6px;
}

.contact-list .list p.t2 i {
	display: block;
	margin-right: 10px;
	font-size: 24px;
}

.contact-map {
	width: 1200px;
	margin: 0px auto 60px;
	height: 450px;
}

.contact-map .container {
	width: 100%;
	height: 100%;
}

.contact-map .title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}

.contact-map .content {
	font-size: 13px;
	color: #333;
	margin-top: 6px;
}

.tools-box {
	width: 50px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 9999;
}

.tools-box .list {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;
	background-color: #E97017;
	color: white;
	margin-top: 12px;
	position: relative;
	cursor: pointer;
}

.tools-box .list i {
	display: block;
	line-height: 50px;
	font-size: 24px;
}

.tools-box .list span {
	display: block;
	height: 100%;
	width: 0;
	background-color: #666;
	color: white;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 100%;
	top: 0;
	overflow: hidden;
	transition: 0.3s all;
}

.tools-box .list.qrcode span {
	width: 0;
	height: auto;
	text-align: center;
	color: white;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 12px;
	padding: 0px;
}

.tools-box .list.qrcode span img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.tools-box .list:hover {
	border-radius: 0px;
}

.tools-box .list:hover span {
	width: 120px;
	transition: 0.3s all;
}

.tools-box .list.qrcode:hover span {
	width: 140px;
	padding: 15px;
	transition: 0.3s all;
}


/*分页*/

.pages .pagination p {
	margin: 0;
	cursor: pointer
}

.pages .pagination {
	width: 1200px;
	margin: 0px auto 80px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pages .pagination a {
	display: block;
	margin-right: 10px;
	padding: 0px 12px;
	line-height: 30px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	border-radius: 5px;
}

.pages .pagination a:hover {
	color: #077ee3;
	background: white;
	border: 1px #077ee3 solid;
}

.pages .pagination a.cur {
	border: none;
	background: #E97017;
	color: #fff;
}

.pages .pagination p {
	padding: 0px 12px;
	font-size: 12px;
	line-height: 30px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	border-radius: 5px;
	margin-right: 8px;
}

.pages .pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	color: #666;
}

.pages .pagination p.pageRemark b {
	color: red;
}

.pages .pagination p.pageEllipsis {
	border-style: none;
	background: none;
	color: #808080;
}

.pages .dates li {
	font-size: 14px;
}

.pages .dates li span {}


/*响应式调整*/

@media only screen and (max-width: 1440px) {
	.header {
		width: 96%;
		max-width: 1440px;
		justify-content: flex-start;
	}
	.header .nav {
		margin-left: 45px;
	}
	.index-main01 .text {
		width: 45%;
		padding-right: 45px;
		padding-bottom: 10px;
	}
	.index-main01 .text p.t1 {
		margin-bottom: 15px;
	}
	.index-main01 .text p.t2 {
		margin-bottom: 25px;
	}
	.about-main02 .one h1 {
		margin-top: 30px;
	}
	.about-main02 .one p.desc {
		margin-bottom: 40px;
	}
	.about-main03 .desc {
		padding-bottom: 0;
		line-height: 1.6;
	}
}

@media only screen and (max-width: 1560px) {
	.header .nav {
		margin-right: 50px;
		margin-left: 0px;
		
	}
	.header .nav p{
		margin-left: 0;
	}
	.index-main01 .text{
		padding-bottom: 10px;
	}
	.index-main01 .text p.t1 {
		margin-bottom: 15px;
	}
	.index-main01 .text p.t2 {
		margin-bottom: 25px;
		font-size: 14px;
	}
}


/*产品分类icon图标*/

.solutions-typelist .list p.icon114 {
	background-image: url(../images/icon/pro-icon114.png)
}

.solutions-typelist .list:hover p.icon114,
.solutions-typelist .list.hover p.icon114 {
	background-image: url(../images/icon/pro-icon114h.png)
}

.solutions-typelist .list p.icon115 {
	background-image: url(../images/icon/pro-icon115.png)
}

.solutions-typelist .list:hover p.icon115,
.solutions-typelist .list.hover p.icon115 {
	background-image: url(../images/icon/pro-icon115h.png)
}

.solutions-typelist .list p.icon116 {
	background-image: url(../images/icon/pro-icon116.png)
}

.solutions-typelist .list:hover p.icon116,
.solutions-typelist .list.hover p.icon116 {
	background-image: url(../images/icon/pro-icon116h.png)
}

.solutions-typelist .list p.icon117 {
	background-image: url(../images/icon/pro-icon117.png)
}

.solutions-typelist .list:hover p.icon117,
.solutions-typelist .list.hover p.icon117 {
	background-image: url(../images/icon/pro-icon117h.png)
}

.solutions-typelist .list p.icon118 {
	background-image: url(../images/icon/pro-icon118.png)
}

.solutions-typelist .list:hover p.icon118,
.solutions-typelist .list.hover p.icon118 {
	background-image: url(../images/icon/pro-icon118h.png)
}

.solutions-typelist .list p.icon119 {
	background-image: url(../images/icon/pro-icon119.png)
}

.solutions-typelist .list:hover p.icon119,
.solutions-typelist .list.hover p.icon119 {
	background-image: url(../images/icon/pro-icon119h.png)
}


/*案例分类icon图标*/

.solutions-typelist .list p.icon120 {
	background-image: url(../images/icon/solutions-icon120.png)
}

.solutions-typelist .list:hover p.icon120,
.solutions-typelist .list.hover p.icon120 {
	background-image: url(../images/icon/solutions-icon120h.png)
}

.solutions-typelist .list p.icon121 {
	background-image: url(../images/icon/solutions-icon121.png)
}

.solutions-typelist .list:hover p.icon121,
.solutions-typelist .list.hover p.icon121 {
	background-image: url(../images/icon/solutions-icon121h.png)
}

.solutions-typelist .list p.icon122 {
	background-image: url(../images/icon/solutions-icon122.png)
}

.solutions-typelist .list:hover p.icon122,
.solutions-typelist .list.hover p.icon122 {
	background-image: url(../images/icon/solutions-icon122h.png)
}

.solutions-typelist .list p.icon123 {
	background-image: url(../images/icon/solutions-icon123.png)
}

.solutions-typelist .list:hover p.icon123,
.solutions-typelist .list.hover p.icon123 {
	background-image: url(../images/icon/solutions-icon123h.png)
}

.solutions-typelist .list p.icon124 {
	background-image: url(../images/icon/solutions-icon124.png)
}

.solutions-typelist .list:hover p.icon124,
.solutions-typelist .list.hover p.icon124 {
	background-image: url(../images/icon/solutions-icon124h.png)
}

.solutions-typelist .list p.icon125 {
	background-image: url(../images/icon/solutions-icon125.png)
}

.solutions-typelist .list:hover p.icon125,
.solutions-typelist .list.hover p.icon125 {
	background-image: url(../images/icon/solutions-icon125h.png)
}

.solutions-typelist .list p.icon126 {
	background-image: url(../images/icon/solutions-icon126.png)
}

.solutions-typelist .list:hover p.icon126,
.solutions-typelist .list.hover p.icon126 {
	background-image: url(../images/icon/solutions-icon126h.png)
}


/*弹窗*/

.index-layer {
	width: 500px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.3s all;
}

.index-layer.show {
	top: 100px;
	transition: 0.3s all;
}

.index-layer.hide {
	top: -100%;
	transition: 0.3s all;
}

.index-layer p.t1 {
	background-color: #E97017;
	line-height: 44px;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	display: block;
	padding-left: 25px;
	color: white;
}

.index-layer p.t2 {
	width: 100%;
}

.index-layer p.t2 img {
	display: block;
	width: 100%;
}

.index-layer p.t3 {
	padding: 20px 25px;
	display: flex;
	background-color: #1C1C1C;
	justify-content: center;
}

.index-layer p.t3 a {
	display: block;
	width: 150px;
	margin: 0px 25px;
	border: 1px solid #E97017;
	background-color: #E97017;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 34px;
	border-radius: 6px;
	text-align: center;
}

.index-layer p.t1 i {
	display: block;
	float: right;
	margin-right: 25px;
	font-size: 20px;
	padding: 0px 10px;
	cursor: pointer;
}

.index-layer p.t1 i:hover {
	background-color: white;
	color: #E97017;
}


/*问题*/


/**/

.qa-list {
	width: 1200px;
	margin: 50px auto;
}

.qa-list .list {
	background-color: white;
	box-shadow: 0px 0px 8px #ccc;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 25px;
	transition: .3s color;
}

.qa-list .list p.t1 {
	padding: 22px 25px;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	position: relative;
}

.qa-list .list p.t1 i {
	display: block;
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-weight: bold;
	background-color: #E97017;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
}

.qa-list .list p.t2 {
	display: none;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	padding: 0px 25px 22px;
}

.qa-list .list:hover,
.qa-list .list.hover {
	background-color: #E97017;
	/*box-shadow: 0px 0px 8px #FF4D01;*/
}

.qa-list .list:hover p.t1,
.qa-list .list:hover p.t2,
.qa-list .list.hover p.t1,
.qa-list .list.hover p.t2 {
	color: white;
}


/* 顶部信息 */

.layer-top {
	width: 100%;
	background-color: #E97017;
	font-size: 15px;
	text-align: center;
	line-height: 55px;
	color: #fff;
}
/**/
